Checker AI in visual basic not working [on hold]

Posted by Eugene Galkine on Game Development See other posts from Game Development or by Eugene Galkine
Published on 2013-10-28T02:16:37Z Indexed on 2013/10/28 4:04 UTC
Read the original article Hit count: 324

Filed under:
|

I am trying to a make checkers in visual basic with ai. I am using the minimax algorithm (or at least what I understand of it) and it works, except the ai is retarded and plays like it is trying to loose and I tried to switch around the min and the max but the results are IDENTICAL. I am pissed of and have been trying to fix it for over a week now, I would really appreciate it if someone could help me out here. I have 3 years experience of programming (in Java, only about of month of VB experience) and I always am able to solve all my errors on my own so I don't know why I can't get this to work. The program is not at all optimized or anything at this point and is over 1.2K lines long, so here is the entire vb project instead:

https://www.dropbox.com/sh/evii0jendn93ir2/9fntwH2dNW

I would really appreciate any help I could get.

© Game Development or respective owner

Related posts about ai

Related posts about visual-studio